home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 16 code / Number Formatting / BuildNumbers next >
Encoding:
Text File  |  1993-09-15  |  419 b   |  16 lines  |  [TEXT/MPS ]

  1. #    BuildNumbers - build the MPW tool "Numbers" which lets you play
  2. #    with international number formatting
  3.  
  4. #    This script assumes that the current directory is set to the folder
  5. #    containing this script and the source files.
  6.  
  7. Pascal Numbers.p
  8. Pascal UFailure.p
  9.  
  10. Link Numbers.p.o UFailure.p.o -o Numbers -c 'MPS ' -t MPST ∂
  11.     {PLibraries}PasLib.o ∂
  12.     {PLibraries}SaneLib.o ∂
  13.     {Libraries}Interface.o ∂
  14.     {Libraries}Runtime.o
  15.  
  16.